home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / morph3d.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-10-24  |  975 b   |  31 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="morph3d" _label="Morph3D">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="40000"
  10.           convert="invert"/>
  11.  
  12.   <select id="object">
  13.    <option id="random" _label="Random object"/>
  14.    <option id="tetra"  _label="Tetrahedron"  arg-set="-count 1"/>
  15.    <option id="cube"   _label="Cube"         arg-set="-count 2"/>
  16.    <option id="octa"   _label="Octahedron"   arg-set="-count 3"/>
  17.    <option id="dodeca" _label="Dodecahedron" arg-set="-count 4"/>
  18.    <option id="icosa"  _label="Icosahedron"  arg-set="-count 5"/>
  19.   </select>
  20.  
  21.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  22.  
  23.   <_description>
  24. Platonic solids that turn inside out and get spikey.
  25.  
  26. http://en.wikipedia.org/wiki/Platonic_solid
  27.  
  28. Written by Marcelo Vianna; 1997.
  29.   </_description>
  30. </screensaver>
  31.